|
|
|
|
CheckBoxClicked Event, SftTree Class |
Occurs when a checkbox part (CheckBoxPartClass) is clicked.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event CheckBoxClicked As CheckBoxEventHandler |
C# |
public event CheckBoxEventHandler CheckBoxClicked; |
C++ |
public: event CheckBoxEventHandler CheckBoxClicked; |
Event Data
The CheckBoxClicked event handler receives an argument of type PartEventArgs containing data related to this event.
Comments
The CheckBoxClicked event occurs when a checkbox part (CheckBoxPartClass) is clicked.